From: Chong Yidong Date: Fri, 18 Sep 2009 23:40:00 +0000 (+0000) Subject: * syntax.c (Fchar_syntax): Minor doc fix (Bug#119). X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10399 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=91de6b8b7d9a53e801550943b428c7996782517f;p=emacs.git * syntax.c (Fchar_syntax): Minor doc fix (Bug#119). --- diff --git a/src/syntax.c b/src/syntax.c index 494bd16f8c0..6fa20c458ba 100644 --- a/src/syntax.c +++ b/src/syntax.c @@ -851,8 +851,8 @@ static Lisp_Object Vsyntax_code_object; DEFUN ("char-syntax", Fchar_syntax, Schar_syntax, 1, 1, 0, doc: /* Return the syntax code of CHARACTER, described by a character. -For example, if CHARACTER is a word constituent, -the character `w' is returned. +For example, if CHARACTER is a word constituent, the +character `w' (119) is returned. The characters that correspond to various syntax codes are listed in the documentation of `modify-syntax-entry'. */) (character)